🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / core / common / src / commonMain / kotlin / org / meshtastic / core / common / util / Parcelable.kt
Displaying Raw • Download
core/common/src/commonMain/kotlin/org/meshtastic/core/common/util/Parcelable.kt renovate/net.java.dev.jna-jna-5.x (5a8f4966) Text, 1.87 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.common.util
T8b949e/** Platform-agnostic Parcelable interface. */
Tff7b72expect Tff7b72interface T56d364CommonParcelable
T8b949e/** Platform-agnostic Parcelize annotation. */
Tf0883e@TargetTb4b4b4(Te6edf3AnnotationTargetTb4b4b4.Te6edf3CLASSTb4b4b4)
Tf0883e@RetentionTb4b4b4(Te6edf3AnnotationRetentionTb4b4b4.Te6edf3BINARYTb4b4b4)
Tff7b72expect Tff7b72annotation Tff7b72class T56d364CommonParcelizeTb4b4b4(Tb4b4b4)
T8b949e/** Platform-agnostic IgnoredOnParcel annotation. */
Tf0883e@TargetTb4b4b4(Te6edf3AnnotationTargetTb4b4b4.Te6edf3PROPERTYTb4b4b4)
Tf0883e@RetentionTb4b4b4(Te6edf3AnnotationRetentionTb4b4b4.Te6edf3SOURCETb4b4b4)
Tff7b72expect Tff7b72annotation Tff7b72class T56d364CommonIgnoredOnParcelTb4b4b4(Tb4b4b4)
T8b949e/** Platform-agnostic Parceler interface. */
Tff7b72expect Tff7b72interface T56d364CommonParcelerTff7b72<Te6edf3TTff7b72> Tb4b4b4{
Tff7b72fun Td2a8ffcreateTb4b4b4(Te6edf3parcelTb4b4b4: Te6edf3CommonParcelTb4b4b4)Tb4b4b4: Te6edf3T
Tff7b72fun Te6edf3TTb4b4b4.Td2a8ffwriteTb4b4b4(Te6edf3parcelTb4b4b4: Te6edf3CommonParcelTb4b4b4, Te6edf3flagsTb4b4b4: Tffa657IntTb4b4b4)
Tb4b4b4}
T8b949e/** Platform-agnostic TypeParceler annotation. */
Tf0883e@TargetTb4b4b4(Te6edf3AnnotationTargetTb4b4b4.Te6edf3CLASSTb4b4b4, Te6edf3AnnotationTargetTb4b4b4.Te6edf3PROPERTYTb4b4b4)
Tf0883e@RetentionTb4b4b4(Te6edf3AnnotationRetentionTb4b4b4.Te6edf3SOURCETb4b4b4)
Tf0883e@Repeatable
Tff7b72expect Tff7b72annotation Tff7b72class T56d364CommonTypeParcelerTff7b72<Te6edf3TTb4b4b4, Te6edf3P Tb4b4b4: Te6edf3CommonParcelerTff7b72<Tff7b72in Te6edf3TTff7b72>Tff7b72>Tb4b4b4(Tb4b4b4)
T8b949e/** Platform-agnostic Parcel representation for manual parceling (e.g. AIDL support). */
Tff7b72expect Tff7b72class T56d364CommonParcel Tb4b4b4{
Tff7b72fun Td2a8ffreadStringTb4b4b4(Tb4b4b4)Tb4b4b4: Tffa657String?
Tff7b72fun Td2a8ffreadIntTb4b4b4(Tb4b4b4)Tb4b4b4: Tffa657Int
Tff7b72fun Td2a8ffreadLongTb4b4b4(Tb4b4b4)Tb4b4b4: Tffa657Long
Tff7b72fun Td2a8ffreadFloatTb4b4b4(Tb4b4b4)Tb4b4b4: Tffa657Float
Tff7b72fun Td2a8ffcreateByteArrayTb4b4b4(Tb4b4b4)Tb4b4b4: Te6edf3ByteArray?
Tff7b72fun Td2a8ffwriteByteArrayTb4b4b4(Te6edf3bTb4b4b4: Te6edf3ByteArray?Tb4b4b4)
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.04s